Name | Description | |
---|---|---|
SterlingCompositeIndex<T> Constructor |
The following tables list the members exposed by SterlingCompositeIndex<T>.
Name | Description | |
---|---|---|
SterlingCompositeIndex<T> Constructor |
Name | Description | |
---|---|---|
ClassName | The name of the class type (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) | |
DatabaseReference | Reference to the database (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) | |
IndexName | The name of the index (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) | |
IsDirty | True if an index has been inserted or updated or deleted (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) | |
NeedsSorted | True if an index has been inserted or updated or deleted and has not been sorted yet (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) | |
Properties | A list of properties for this index (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) | |
SerializedDictionary | Overridden. Used for serialization and deserialization. A dictionary with the primary key for the key, and the index for the value | |
Style | The style of the index; unique or non-unique (Inherited from KellermanSoftware.NinjaDatabasePro.BaseCompositeIndex<T>) |
Name | Description | |
---|---|---|
Clear | Overridden. Clear all the items in the index | |
ClearLazyLoadedValues | Overridden. Clear all lazy loaded values | |
Delete | Overridden. Delete an item in the index by primary key and set IsDirty to true | |
GetAllPrimaryKeys | Overridden. Get all the primary keys associated with this index | |
GetAllPrimaryKeysDescending | Overridden. Get all the primary keys associated with this index in descending order | |
GetIndexRecordExactMatch | Overridden. Get a list of Index Records that match the passed indexValue | |
GetPrimaryKeys | Overridden. Get all the primary keys associated with this index in ascending order | |
Insert | Overridden. Insert a list of index values | |
Query | Overridden. Query for a list of index records | |
SortIndex | Overridden. Sort the index by the index value | |
Update | Overridden. Update a list of index values |